/* General styles */
.sectionName {
    text-align: center;
    font-family: var(--font-family-1);
    font-size: var(--text-sl);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: normal;
    letter-spacing: 0.2rem;
    /*text-transform: uppercase;*/
    color: var(--gray-dark-10);
}

.encabezadoDelModulo {
    margin: 0;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-family: var(--font-family-1);
    font-size: var(--text-3xl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 30px;
    /*text-transform: uppercase;*/
    color: var(--gray-dark-10);
}

@media (max-width:576px) {
    .encabezadoDelModulo {
        /* font-size: var(--text-sl); */
        font-size: 1.375rem;
    }
}

.text-descripcion {
    margin: 0;
    margin-bottom: 2rem;
    font-family: var(--font-family-1);
    font-size: var(--text-lg);
    font-weight: var(--weight-normal);
    margin-top: 1.5rem;
    color: var(--gray-dark-2);
    letter-spacing: 0.72px;
}

@media (max-width:576px) {
    .text-descripcion {
        /* font-size: var(--text-sm); */
        font-size: var(--text-md);
    }
}

/* Base element: Hero banner */
.hero-banner__dynamic-view {
    position: relative;
    display: flex;
    align-items: center;
    max-height: 416px;
}

.hero-banner__dynamic-view__banner-content {
    position: absolute;
    top: 0;
    width: 66%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 57%);
    padding: 0 5rem;
}

.hero-banner__dynamic-view__banner-content>h1 {
    font-family: var(--font-family-1);
    font-size: var(--text-5xl);
    font-weight: var(--weight-bolder);
    text-transform: uppercase;
}

.hero-banner__dynamic-view__banner-content>p {
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-weight: var(--weight-normal);
    letter-spacing: 0.4px;
}

.hero-banner__dynamic-view > picture {
    width:100%;
}

.hero-banner__dynamic-view > picture > img {
    width: 100%;
    object-fit: cover;
}


@media (max-width:1024px) {
    .hero-banner__dynamic-view__banner-content {
        padding: var(--p-4) 6.5rem 0 3.5rem;
    }
}

@media (max-width:790px) {
    .hero-banner__dynamic-view__banner-content {
        padding: var(--p-4) 1.5rem 0 2rem;
    }
}

@media (max-width:592px) {
    .hero-banner__dynamic-view__banner-content {
        background-image: linear-gradient(360deg, #000 43%, rgba(0, 0, 0, 0) 63%);
        width: 100%;
        height: 100%;
        padding: 7rem var(--p-4) 1.5rem 1.5rem;
        margin-top: 12%;
    }

    .hero-banner__dynamic-view {
        height: 20rem;
    }

    .hero-banner__dynamic-view>picture>img {
        object-fit: cover;
        aspect-ratio: 8/4;
    }
}

@media (max-width:360px) {
    .hero-banner__dynamic-view {
        height: 15rem;
    }
}

@media(max-width: 460px) {
    .hero-banner__dynamic-view>picture>img {
        object-fit: cover;
        aspect-ratio: 6/3;
    }

    .hero-banner__dynamic-view__banner-content {
        background-image: linear-gradient(360deg, #000 27.62% 50%, rgba(0, 0, 0, 0) 67%);
        height: 90%;
        padding: 4rem var(--p-4) 1.5rem 1.5rem;

    }

}

/* Comentarios */

textarea#Comentarios {
    padding: var(--p-4);
    border-radius: 0;
    border: none;
    background-color: var(--gray-light-4);
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 22px;
    border-bottom: 2px solid #000;
}



/* Component 1: Parrafo General */
.general-paragraph {
    padding: 2rem 10rem 0 6rem;
    font-family: var(--font-family-1);
    font-size: var(--text-lg);
    font-weight: var(--weight-semilight);
    color: var(--gray-dark-1);
}

.general-paragraph h1,
.general-paragraph h2,
.general-paragraph h4,
.general-paragraph strong {
    color: var(--gray-dark-10) !important;
}

.link-flota {
    color: var(--brand) !important;
}

.link-flota:hover {
    color: var(--brand-dark) !important;
}

@media (max-width:1024px) {
    .general-paragraph {
        padding: var(--p-4) 6.5rem 0 6.5rem;
    }
}

@media (max-width:768px) {
    .general-paragraph {
        padding: var(--p-4) 3.5rem 0 3.5rem;
    }
}

@media (max-width:470px) {
    .general-paragraph {
        padding: var(--p-4) 2rem 0 2rem;
    }
}

/* Component 2: Rotulo con CTA */
.rotulo-cta__secundario {
    background-color: var(--gray-light-4);
    padding: 1.5rem 0;
}

.rotulo-cta h4 {
    text-align: center;
    font-family: var(--font-family-1);
    font-size: var(--text-sl);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: normal;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    color: var(--gray-dark-10);
}

.rotulo-cta h3 {
    margin: 0;
    margin-top: 1.25rem;
    font-family: var(--font-family-1);
    font-size: var(--text-3xl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: normal;
    text-transform: uppercase;
}

.rotulo-cta p {
    font-family: var(--font-family-1);
    font-size: var(--text-lg);
    font-weight: var(--weight-normal);
    margin-top: 2rem;
    color: var(--gray-dark-2);
    letter-spacing: 0.72px;
    line-height: 26px;
    padding: 0rem 11rem 0rem 11rem;
}

.rotulo-cta__button-cta {
    margin: 2rem 0;
    display: block;
    text-decoration: none;
    padding: 0.75rem 2rem;
    transition: all 200ms;
    background-color: var(--brand);
    color: #fff;
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-weight: var(--weight-bold);
    /* text-transform: uppercase; */
}


.rotulo-cta__button-cta:hover {
    color: var(--gray-light-1);
    background-color: var(--brand-dark);
    border: none;
}

.rotulo-cta__button-cta:active {
    color: var(--gray-light-1);
    background-color: var(--brand-dark);
    border: none;
}

@media (max-width:768px) {
    .rotulo-cta {
        padding: var(--p-4) 1.5rem;
    }

    .rotulo-cta p {
        padding: 0rem var(--p-4) var(--p-4) var(--p-4);
    }
}

/* Component 3: Alternate post */
.alternate-post {
    padding: 2rem 3.5rem;
    margin: 2.5rem 0;
}

@media (max-width:1024px) {
    .alternate-post {
        /* padding: 0 6.5rem; */
    }
}

@media (max-width:768px) {

    .alternate-post {
        padding: 0 3.5rem;
        align-items: center;
    }

    /*    .alternate-post__image img { 

        max-width: 65%; 

    }*/
    .image-right img {
        float: right;
    }

    .alternate-post__iframe {
        float: right;
        width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
    }

    .image-left img {
        float: left;
    }

    .image-left iframe {
        float: left;
    }
}

@media (max-width:470px) {
    .alternate-post {
        padding: 0 2rem;
    }
}

.alternate-post__text_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: scroll;
}

.alternate-post__text_content::-webkit-scrollbar {
    display: none;
}

.alternate-post__text_content p,
.alternate-post__text_content h2 {
    margin: 0;
}

.alternate-post__text_content>p:first-child {
    font-size: var(--text-sl);
    letter-spacing: 4px;
    font-family: var(--font-family-1);
    color: var(--gray-dark-10);
    text-transform: uppercase;
}

.post-text-left {
    padding-right: 4rem;
}

.post-text-right {
    padding-left: 4rem;
}

.alternate-post__text_content h2 {
    margin: 0.75rem 0 1.5rem 0;
}

.post-text-left>h2 {
    text-align: initial;
    font-family: var(--font-family-1);
    font-size: var(--text-3xl);
    font-weight: var(--weight-bolder);
    text-transform: uppercase;
    color: var(--gray-dark-10);
}

.post-text-left > div > * {
    text-align: justify;
    font-family: var(--font-family-1);
    font-size: var(--text-lg);
    font-weight: var(--weight-semilight);
    line-height: 150%;
    color: var(--gray-dark-2);
}

.post-text-right > div > * {
    text-align: justify;
    font-family: var(--font-family-1);
    font-size: var(--text-lg);
    font-weight: var(--weight-semilight);
    line-height: 150%;
    color: var(--gray-dark-1);
}

.post-text-right > h2 {
    text-align: initial;
    font-family: var(--font-family-1);
    font-size: var(--text-3xl);
    font-weight: var(--weight-bold);
    text-transform: uppercase;
    color: var(--gray-dark-10);
}

.alternate-post__image img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

@media (max-width:768px) {
    .post-text-left {
        padding-right: 0;
        margin-bottom: 24px;
    }

    .post-text-right {
        padding-left: 0;
        margin-bottom: 24px;
    }

    .alternate-post__image__wrapper {
        order: 2;
    }
}

@media (max-width:576px) {

    .post-text-left>p,
    .post-text-left>h2 {
        text-align: initial;
        padding-right: 0;
    }

    .post-text-right>p,
    .post-text-right>h2 {
        text-align: initial;
        padding-left: 0;
    }
}

/* Component 4: accordion */
.accordion-area {
    background-color: var(--gray-light-2);
    padding-bottom: 3rem;
    margin-bottom: 4.25rem;
}

.accordion-area>h3 {
    padding-top: 2.5rem;
    margin-bottom: 2rem;
    font-family: var(--font-family-1);
    font-size: var(--text-3xl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 42px;
    text-transform: uppercase;
    color: var(--gray-dark-1);
}

.acordion {
    padding: 0 10rem;
}

@media (max-width:1400px) {
    .acordion {
        padding: 0 7rem;
    }
}

@media (max-width:1024px) {
    .acordion {
        padding: 0 6.5rem;
    }
}

@media (max-width:768px) {
    .acordion {
        padding: 0 3.5rem;
    }
}

@media (max-width:470px) {
    .acordion {
        padding: 0 2rem;
    }
}

.acordion__title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: var(--gray-light-1);
    border: none;
    padding: 0.625rem 1.5rem;
    border-bottom: 1px solid var(--gray-dark-3);
    border-top: 1px solid var(--gray-dark-3);
    /* height: 3.8rem; */
    align-items: center;
    text-align: left;
}

    .acordion__title > h4 {
        margin: 0;
        color: var(--gray-dark-10);
        font-family: var(--font-family-1);
        font-size: var(--text-sl);
        font-style: normal;
        font-weight: var(--weight-bold);
        line-height: normal;
        letter-spacing: 0.4px;
    }

.acordion__title>svg {
    transform: rotate(0deg);
    transition: all 400ms;
    min-width: 3rem;
}

.acordion__content {
    background-color: var(--brand-white);
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 200ms linear;
}

.acordion__title-is-active>h4 {
    /* color: var(--brand-secundary);
    font-family: var(--font-family-1);
    border-bottom: var(--brand-secundary); */
}

.acordion__title-is-active {
    border-bottom: 1px solid var(--gray-dark-3);
}

.acordion__title-is-active>svg {
    transform: rotate(180deg);
    transition: all 400ms;
    color: var(--gray-dark-3);
}

/* .acordion__title-is-active > svg > path{
    fill:var(--gray-dark-3);
}  */
.acordion__content-is-active {
    padding: 1.5rem;
    max-height: 5000px;
    overflow: auto;
    overflow-y: hidden;
    transition: all 400ms;
    font-family: var(--font-family-1);
    font-size: var(--text-lg);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 26px;
}

/* Component 5: service cards */
.service-card__wrapper {
    margin: 4.5rem 1.25rem;
    background-color: #F1F1F1;
}

.service-card__wrapper:hover {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.service-card__wrapper>img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-card__text_content {
    height: 15.25rem;
    padding: 2rem 1.5rem;
    color: #6C6C6C;
}

.highlight {
    color: #16BAE7; /* Cambia el color de la �ltima palabra */
    font-weight: bold; /* Cambia el peso de la fuente */
}

.service-card__text_content > h4 {
    font-family: var(--font-family-1);
    font-size: var(--text-2xl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: normal;
    letter-spacing: 0.4px;
    color: var(--gray-dark-10);
}

.service-card__text_content>p {
    margin-top: var(--text-xl);
    font-family: var(--font-family-1);
    font-size: var(--text-lg);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 26px;
    color: var(--gray-dark-10);
    letter-spacing: 0.72px;
}

.service-card__links>a {
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    color: var(--gray-dark-10);
    font-weight: var(--weight-bold);
    line-height: 20px;
    text-decoration-line: underline;
    letter-spacing: 0.56px;
}

.first-element-url>a {
    color: var(--gray-dark-4);

}

.second-element-url {
    margin-top: 1.5rem;
}

@media (max-width:1366px) {
    .service-card__text_content {
        height: 16.25rem;
    }
}

@media (max-width:768px) {
    .service-card__wrapper {
        margin: 1.5rem 0;
    }

    .service-card__wrapper>img {
        height: 300px;
    }
}

@media (max-width:470px) {
    .service-card__wrapper>img {
        height: 250px;
    }
}

/* Component 6: Slider */
.sliderAsComponent {
    width: 100%;
    /*margin-top: 1rem;*/
}

/* .swiper-slide{
    width: 90%;
    scroll-snap-align: center end !important;
}
.swiper-slide-active,
.swiper-slide-prev,
.swiper-slide-custom-prev,
.swiper-slide-next{
    transform: translateX(195px) !important;
} */
.swiper-slide__content_wrapper {
    position: relative;
    display: flex;
}

.slide-component_text-wrapper {
    padding: 3rem;
    background: var(--gray-dark-9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 87px;
    z-index: 1;
    width: 36%;
    height: 550px;
}

.Security-Swiper .swiper-slide__content_link > a {
    color: var(--gray-light-1);
    font-family: var(--font-family-1);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 22px;
    /* 137.5% */
    /* text-transform: uppercase; */
    text-decoration: none;
    cursor: pointer;
}

.swiper-slide__content_link {
    max-width: 25.313rem;
    max-height: 3.75rem;
    background: var(--brand-dark);
    justify-content: center;
    padding: 12px;
    text-align: center;
}

.Security-Swiper .swiper-slide__content_link:hover {
    background: var(--brand);
}

.arrow-swiper-rows {
    position: relative;
    display: flex;
    gap: 10px;
    top: 5%;
}

.slide-component_text-wrapper>h3 {
    margin: 0;
    font-family: var(--font-family-1);
    font-size: var(--text-3xl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 42px;
    text-transform: uppercase;
    padding: 0 0 3rem;
    text-align: center;

}

.slide-component_text-wrapper>p {
    font-family: var(--font-family-1);
    font-size: var(--text-lg);
    font-weight: var(--weight-normal);
    letter-spacing: 0.72px;
    color: var(--gray-dark-1);
    text-align: justify;
}

.slide-component-section {
    text-align: center;
    font-family: var(--font-family-1);
    font-size: var(--text-sl);
    font-weight: var(--weight-normal);
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2rem;
    /*text-transform: uppercase;*/
    color: var(--gray-dark-10);
}

.slide-component_image {
    height: 100%;
    display: flex;
}

.slide-component_image>img {
    aspect-ratio: 1.99;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.swiper-button-prev,
.swiper-button-next {

    color: var(--brand);
    ;
    transform: scale(0.5);
    position: inherit;
}

.swiper-pagination {
    visibility: hidden;
}

@media (max-width: 768px) {
    .slide-component_image {
        flex-direction: column-reverse;
        display: flex;
    }

    .slide-component_image>img {
        position: inherit;
    }

    .arrow-swiper-rows {
        display: none;
    }

    .swiper-pagination {
        position: relative;
        visibility: visible;

    }

    .swiper-pagination-bullet {
        background-color: white;
        border: 1px solid var(--gray-dark);
    }

    .swiper-pagination-bullet-active {
        background-color: var(--brand);
        border: 1px solid var(--brand);
        width: 10px;
        height: 10px;
    }

    .slide-component_text-wrapper {
        padding: 2rem var(--p-2);
        left: 0%;
        width: 100%;
        align-items: center;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        top: 15rem;
        /*        justify-content: center;*/
        align-items: center;
    }

}




/* Component 7: Image/Video centered */
.multimedia-content {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*background: linear-gradient(to bottom, var(--gray-dark-9), rgba(255, 255, 255, 0) 95.71%);*/
    background: var(--gray-light-4);
}

.multimedia-content__wrapper {
    padding: 0 10rem 2rem;
}

@media (max-width:992px) {
    .multimedia-content__wrapper {
        padding: 0 var(--p-4) 2rem;
    }
}

.text-descripcion {
    /* padding: 0rem 3.5rem 0rem; */
    padding: 0rem var(--p-4) 0rem;
}

.multimedia-content__video>img,
.multimedia-content__video>video>source,
.multimedia-content__video>iframe {
    width: 950px;
    height: 480px;
    object-fit: cover;
}

@media (max-width:1366px) {

    .multimedia-content__video>img,
    .multimedia-content__video>video>source,
    .multimedia-content__video>iframe {
        width: 854px;
        height: 440px;
    }
}

@media (max-width:992px) {

    .multimedia-content__video>img,
    .multimedia-content__video>video>source,
    .multimedia-content__video>iframe {
        width: 85%;
        height: 440px;
    }
}

@media (max-width: 769px) {

    .multimedia-content__video>img,
    .multimedia-content__video>video>source,
    .multimedia-content__video>iframe {
        width: 492px;
        height: 286px;
    }
}

@media (max-width:576px) {

    .multimedia-content__video>img,
    .multimedia-content__video>video>source,
    .multimedia-content__video>iframe {
        width: 85%;
        height: 300px;
    }
}

@media (max-width:380px) {

    .multimedia-content__video>img,
    .multimedia-content__video>video>source,
    .multimedia-content__video>iframe {
        height: 200px;
    }
}

@media (max-width:360px) {

    .multimedia-content__video>img,
    .multimedia-content__video>video>source,
    .multimedia-content__video>iframe {
        width: 320px;
        height: 205px;
    }
}

@media (max-width:320px) {

    .multimedia-content__video>img,
    .multimedia-content__video>video>source,
    .multimedia-content__video>iframe {
        width: 85%;
        height: 205px;
    }
}

/* Component 8: blog content */
.ListNews {
    padding: 0 1.5rem;
}

.blog_post-wrapper>img {
    width: 100%;
    max-height: 327px;
    object-fit: contain;
    background-color: var(--gray-dark-9);
}

.blog_post-wrapper_body {
    text-align: left;
    padding: var(--p-4) 1.5rem;
    height: 250px;

}

.blog_post-wrapper_body>h4 {
    font-family: var(--font-family-1);
    font-size: var(--text-sl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: normal;
    color: var(--gray-dark-10);
}

.blog_post-wrapper_body>p {
    margin-top: var(--text-xl);
    font-family: var(--font-family-1);
    font-size: var(--text-lg);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 26px;
    letter-spacing: 0.72px;
}

@media (max-width:280px) {
    .blog_post-wrapper_body {
        height: 350px;
    }
}

.blog_post-wrapper {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.blog_post-wrapper_body>p {
    margin-top: 1.5rem;
    height: 72px;
}

@media (max-width:328px) {
    .blog_post-wrapper_body>p {
        height: 95px;
    }
}

@media (max-width:280px) {
    .blog_post-wrapper_body>p {
        height: 150px;
    }
}

.blog_post-wrapper_body>a,
.blog_post-wrapper_body>a:hover,
.blog_post-wrapper_body>a:focus,
.blog_post-wrapper_body>a:visited,
.blog_post-wrapper_body>a:focus-within,
.blog_post-wrapper_body>a:active {
    color: var(--gray-dark-10);
    text-decoration: none;
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-style: normal;
    font-weight: var(--weight-bold);
    line-height: 22px;
    text-decoration-line: underline;
}

.swiper-button-disabled>svg>path {
    fill: var(--gray-dark-6);
}

.arrow-container {
    margin: 2.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiperBlog-button-next {
    transform: rotate(180deg);
}

/* Component 9: dynamic form */

.form-input_wrapper {
    flex: 0 0 auto;
    width: 100%;
    margin: var(--p-4) 0;
}

.form-input_wrapper>input {
    padding: var(--p-4);
    border-radius: 0;
    border: none;
    background-color: var(--gray-dark-9);
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 22px;
    border-bottom: 2px solid #000;
    letter-spacing: 0.64px;

}

.form-input_wrapper>input:focus {
    border: none;
    background-color: var(--gray-light-4);
    border-bottom: 2px solid #000;
    box-shadow: none;
}

.form-input_wrapper>input::placeholder {
    color: #9A9A9A;
}

.form-input_wrapper>input:focus::placeholder {
    color: #000;
}

.form-input_wrapper .required {
    border-bottom: 2px solid var(--brand);

}

.form-input_wrapper .required::placeholder {
    color: var(--brand);
}

.select-wrapper .required {
    background-image: url("/figma/select-arrow/Lg-required.svg");
}

.form-input_wrapper>select {
    width: 100%;
    padding: var(--p-4);
    border-radius: 0;
    border: none;
    background-color: var(--gray-light-4);
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-image: url("/figma/select-arrow/Lg.svg");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-weight: var(--weight-normal);
    line-height: 22px;
    border-bottom: 2px solid #000;

}

.form-input_wrapper>select:focus-visible {
    outline-width: 0;

}

.form-input_wrapper>select.selected {
    border-bottom: 2px solid #000;
    font-family: var(--font-family-1);
}

.form-input_wrapper>select>option {
    height: 200px !important;
}

.form-input_wrapper>label {
    color: var(--gray-dark-1);
    font-family: var(--font-family-1);
    text-align: right;
    font-size: var(--text-md);
    line-height: 22px;
    letter-spacing: 0.48px;
    font-weight: var(--weight-normal);
    letter-spacing: 0.64px;
}

.form-input_wrapper .error-text {
    color: var(--alert-error-main);
    text-align: left;
}

.form-input_wrapper .label-required {
    font-family: var(--font-family-1);
    font-size: var(--text-xs);
    color: var(--brand);
}

.checkbox__wrapper {
    display: flex;
    gap: 50px;
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-weight: var(--weight-normal);
    line-height: 22px;
    /*    align-items: center;*/
    flex-direction: column;

}

.disclaimer-1 {
    gap: 1rem;
    flex: auto;
}

.check-box {
    width: 50%;

}

input#Terminosycondiciones1 {
    border: 2px solid;
}

.form-input_wrapper>input[type="checkbox"]:focus,
.form-input_wrapper>input[type="radio"]:focus,
.form-input_wrapper>input[type="checkbox"]:checked,
.form-input_wrapper>input[type="radio"]:checked {
    border: none;
    box-shadow: none;
    /*background-color: var(--brand);*/
}

.checkbox__wrapper .form-check-input:checked[type=checkbox] {
    background-color: var(--brand);
}

.specialDisclaimer__radio_buttom {
    width: 100%;
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-weight: var(--weight-normal);
    line-height: 22px;
}

.form-input_wrapper>textarea:focus {
    color: #000;
    border: none;
    box-shadow: none;
    border-bottom: 3px solid #000;
}

.submit__buttom {
    /* text-transform: uppercase; */
    width: 100%;
    margin-top: 2.5rem;
    padding: 0.85rem 0;
    background-color: var(--brand-light);
    color: #fff;
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-weight: var(--weight-bold);
    /* text-transform: uppercase; */
    border: none;
}

.submit__buttom:hover {
    color: var(--gray-light-1);
    background-color: var(--brand-dark);
    border: none;
}

.submit__buttom:active {
    color: var(--gray-light-1);
    background-color: var(--brand-dark);
    border: none;
}

.submit__buttom:disabled {
    background-color: var(--brand-light);

}

@media (max-width: 767px) {
    .submit__buttom {
        padding: 12px 45px;
    }
}

.iframe-content {
    padding: 5rem 5rem 5rem;
}

.iframe-content>iframe {
    width: 100%;
    height: 50rem;
}

/*Banner CTA*/

.boxBannerCTA {
    position: absolute;
    top: calc(50% - 8rem);
    left: 5rem;
}

@media (max-width: 768px) {
    .boxBannerCTA {
        background: black;
        padding: 0rem 0.9rem;
    }
}

.containerToGoUpBannerCTA {
    position: relative;
    top: -66px;
}

@media (max-width: 768px) {
    .boxBannerCTA {
        left: 0rem;
        top: -1px;
        width: 100%;
        position: relative;
    }
}

@media (max-width: 768px) {
    .text_banner_CTA {
        text-align: left;
        width: 34.25rem;
        left: 1.5rem;
        position: relative;
    }
}

.text_banner_CTA {
    text-align: left;
    width: 34.25rem;
    left: 0;
}


.p_banner_cta {
    font-size: 14px;
    text-transform: initial;

}

@media (max-width: 768px) {
    .p_banner_cta {
        font-size: var(--text-sl);
        text-wrap: wrap;
        padding-bottom: var(--p-4);
        padding-top: var(--p-4);
    }
}


@media (max-width: 768px) {
    .marcaSvg svg {
        width: 7.173rem;
        height: auto;
    }

    .text_banner_CTA {
        width: 30.25rem;
    }
}

.derko-bannerModel .gradient {
    position: relative;
    display: inline-block;
}

.derko-bannerModel .gradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
    /* IE10+ */
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

@media (max-width: 768px) {
    .derko-bannerModel .gradient:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        /* FF3.6+ */
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        /* IE10+ */
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#00000000', GradientType=0);
        /* IE6-9 */
    }

}


.alternate-post-cta__button-cta {
    margin: 1rem 0;
    display: block;
    text-decoration: none;
    padding: var(--p-4) 0;
    transition: all 200ms;
    background-color: var(--brand);
    color: #fff;
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-weight: var(--weight-bold);
    /* text-transform: uppercase; */
    /* width: 20rem; */
    width: 100%;
    max-width: 22rem;
    text-align: center;
}

.alternate-post-cta__button-cta:hover {
    color: var(--brand-white);
    background-color: var(--brand-dark);
}

.alternate-post-cta__button-cta2 {
    margin: 1rem 0;
    display: block;
    text-decoration: none;
    padding: var(--p-4) 0;
    transition: all 200ms;
    background-color: var(--brand-white);
    color: var(--gray-dark-10);
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-weight: var(--weight-bold);
    /* text-transform: uppercase; */
    /* width: 20rem; */
    width: 100%;
    max-width: 22rem;
    text-align: center;
    border-style: solid;
    border-width: 3px;
}

.alternate-post-cta__button-cta3 {
    margin: 1rem 0;
    display: block;
    text-decoration: none;
    padding: var(--p-4) 0;
    transition: all 200ms;
    background-color: var(--brand-white);
    color: var(--brand-light);
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-weight: var(--weight-bold);
    /* text-transform: uppercase; */
    /* width: 20rem; */
    width: 100%;
    max-width: 22rem;
    text-align: center;
    border-style: solid;
    border-width: 3px;
}

.alternate-post-cta__button-cta2:hover {
    color: var(--gray-dark-10);
    border: 3px solid var(--gray-dark-2, #565656);
}

.alternate-post-cta__button-cta3:hover {
    color: var(--gray-dark-10);
    border: 3px solid var(--gray-dark-2, #565656);
}

@media (max-width: 768px) {

    .alternate-post-cta__button-cta,
    .alternate-post-cta__button-cta2,
    .alternate-post-cta__button-cta2 {
        margin: 0 0 1rem 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

/***
* Dynamic Form
*/
.select-wrapper select,
.form-input_wrapper .form-control {
    background: var(--gray-light-4, #F1F1F1);
    border-bottom: 1px solid #4D4D4D;
    color: #414141;
}
